home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0222.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  3.3 KB  |  126 lines

  1. Russel Smith,
  2.  
  3.  
  4.  
  5.  
  6.     #1          24-JAN-1995 00:45:33.96                                 
  7. NEWMAIL
  8.  
  9. From:   IN%"postmaster@delphi.com"  "PMDF Mail Server"
  10. To:     IN%"DD555@delphi.com"
  11. CC:     
  12. Subj:   Undeliverable mail: SMTP delivery failure
  13.  
  14. Return-path: <>
  15. Received: from delphi.com by delphi.com (PMDF V4.3-9 #7804)
  16.  id <01HM7F1MWJ3K8YL39H@delphi.com>; Tue, 24 Jan 1995 00:45:29 -0500 (EST)
  17. Date: Tue, 24 Jan 1995 00:45:29 -0500 (EST)
  18. From: PMDF Mail Server <postmaster@delphi.com>
  19. Subject: Undeliverable mail: SMTP delivery failure
  20. To: DD555@delphi.com
  21. Message-id: <01HM7F1QHEF68YL39H@delphi.com>
  22. MIME-version: 1.0
  23. Content-type: MULTIPART/MIXED; BOUNDARY="Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)"
  24.  
  25.  
  26. --Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
  27. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  28.  
  29. Press RETURN for more...
  30.  
  31.  
  32. MAIL> 
  33.  
  34.  
  35.     #1          24-JAN-1995 00:45:33.96                                 
  36. NEWMAIL
  37.  
  38. The message could not be delivered to:
  39.  
  40. russel_smith@hmc.edu: Remote system's reason for rejecting:
  41. <russel_smith@hmc.ed
  42. u>... User unknown
  43.  
  44.  
  45. --Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
  46. MIME-version: 1.0
  47. Content-type: MESSAGE/RFC822
  48.  
  49. Received: from delphi.com by delphi.com (PMDF V4.3-9 #7804)
  50.  id <01HM7EKOS85S94OXSE@delphi.com>; Tue, 24 Jan 1995 00:45:23 -0500 (EST)
  51. Date: Tue, 24 Jan 1995 00:45:23 -0500 (EST)
  52. From: DD555@delphi.com
  53. Subject: Parallel port in amos with sampler
  54. To: russel_smith@hmc.edu
  55. Message-id: <01HM7EKOSHTE94OXSE@delphi.com>
  56. X-VMS-To: INTERNET"russel_smith@hmc.edu"
  57. MIME-version: 1.0
  58.  
  59. Press RETURN for more...
  60.  
  61.  
  62. MAIL> 
  63.  
  64.  
  65.     #1          24-JAN-1995 00:45:33.96                                 
  66. NEWMAIL
  67.  
  68. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  69. Content-transfer-encoding: 7BIT
  70.  
  71. The problem with examining the parallel port is that we do not know for sure
  72. jus
  73. t how your sampler is sending data.
  74.  
  75. bits 0-7 of the data at $bfe101 correspond to pins 2-9 and are usually used for
  76.  
  77. 8 bit data transfer, but these pins can be programmed as input or output, each
  78. a
  79. nd every last one of them.
  80. This is done by putting a number in $bfe301, a 1 for output, and 0 for input.
  81. add up the value of all these 1 and 0 in binary and put that number in.
  82.  
  83. Now thats just getting started, we have 3 more pins on the parallel port we can
  84.  
  85. program as in/out pins.
  86.  
  87. These pins are read or written to at $bfd100 and bits 0-2 correspond to pins
  88. 11-
  89. 13 on the parallel port.
  90.  
  91. these pins are programmed at $bfd200.  other bits at this address control part
  92. o
  93. f the serial in/out, so you should set these bits without disturbing what is
  94. the
  95. re.
  96. Now usually there is a loop of code that is controling the sampler, when does
  97. it
  98.  read the next byte, and what control lines does it opperate to get the sampler
  99.  
  100. to move the next 4,8 or ? bits to the port.
  101. You should probably write the manufacture of your sampler and get just as much
  102. i
  103. nfo as you can about the hardware and what pins of the port control it, etc.
  104. I think it will be hard to just hack, but you can multitask amos with some
  105. progr
  106. ams, and if your lucky, maybe you can just pick up enough
  107. info from reading $bfe101
  108.  
  109.  
  110. Press RETURN for more...
  111.  
  112.  
  113. MAIL> ^Z
  114.  
  115. MAIL Menu:
  116.  
  117. FAX Service              Easylink
  118. Mail (Electronic)        Translation Services
  119. Scan for New Messages    Workspace
  120. SetMail 
  121.  
  122. I am sorry some header and other junk got stuck in here, but I only have a capture file of the message, and did not have time to go off line to edit it. 
  123.  
  124. Good luck.
  125.  
  126.